Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 31: deserializing all fields in plain old mongo driver #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kliput
Copy link

@kliput kliput commented Aug 18, 2015

Deserializing all fields in plain old mongo driver
It resolved issue 31 - there are no new document at every request (or they are removed).
No automatic tests written, tested only with with my application.
Unfortunately it still creates several documents for single session (in my case - three for ca. 10 requests).

@kliput
Copy link
Author

kliput commented Aug 18, 2015

Tested with mongo_session_store-rails4 5.1.0 version, mongo 1.12.3, rails 4.1.12.
MongoDB server v3.0.3.

@brianhempel
Copy link
Owner

Thanks for the PR.

I'm not prepared to merge this until more people report trouble. As mentioned in #31, this doesn't seem to happen with the Mongo 2 driver. I'm not prepared to fight with backwards compatibility at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants